Is it easier to develop from scratch or not? [closed]

Posted by Gnijuohz on Programmers See other posts from Programmers or by Gnijuohz
Published on 2012-04-07T09:41:54Z Indexed on 2012/04/07 11:47 UTC
Read the original article Hit count: 222

Filed under:

I am currently reading the book computer science: an overview by J. Glenn Brookshear.And In chapter 7,there is one passage as follows:

In fact, it is often within this phase(modification) that a piece of software is discarded under the pretense (too often true) that it is easier to develop a new system from scratch than to modify the existing package successfully.

When I read this,an article by Joel occurred to me which mentions how Mozilla shouldn't have written its browser from scratch.(The article is here)

So,Is it mostly true that it's easier to develop a new system from scratch than to modify the existing one?Or it's closely related to the complexity of the system?

© Programmers or respective owner

Related posts about software